home *** CD-ROM | disk | FTP | other *** search
/ Software USA 5 #5 / Software USA Volume 5.05.iso / pc / games / windx / fcop / dx_chck.cfg
Text File  |  1999-04-05  |  1KB  |  25 lines

  1. IF LOCATE("dinput.dll", $WINDIR$)
  2. IF LOCATE("dsound.dll", $WINDIR$)
  3. IF LOCATE("ddraw.dll", $WINDIR$)
  4.  
  5. DEFAULTDIR: "c:\TEMP\DISKSPACE\CHECK", mindisk=200M, noaskdrive, noaskdir, text="Testing your system for available hard disk space.\n
  6. This will only take a few seconds. . . \n
  7. \n
  8. Click [FINISH] to continue."
  9. RUNATEXIT: "fcopdemo.exe"
  10.  
  11. ELSE
  12. EXITMESSAGE caption="Sorry!"
  13. Your computer does not meet the minimum requirements to use this program. Please contact your computer or video card vendor to obtain the latest version of Direct X for your system
  14. EXIT
  15. ENDIF
  16. ELSE
  17. EXITMESSAGE caption="Sorry!"
  18. Your computer does not meet the minimum requirements to use this program. Please contact your computer or video card vendor to obtain the latest version of Direct X for your system
  19. EXIT
  20. ENDIF
  21. ELSE
  22. EXITMESSAGE caption="Sorry!"
  23. Your computer does not meet the minimum requirements to use this program. Please contact your computer or video card vendor to obtain the latest version of Direct X for your system
  24. EXIT
  25. ENDIF